home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / appendix.helpmenu < prev    next >
Encoding:
Text File  |  1991-10-23  |  3.9 KB  |  104 lines

  1. +-----------------------------------------------------------------------------+
  2. |                               appendixformat                                |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. \appendixformat┼\numberingstyle┼A╠
  6.   \titleformat┼\dumpinsertseject
  7.         \centerline┼\twelvept\bold
  8.                          Appendix \appendixnumber╠
  9.         \centerline┼\twelvept\bold\appendixtitle╠
  10.         \vs┼ 1\bl╠
  11.         \setchapternumber┼ 0╠
  12.         \setsubheadanumber┼ 0╠
  13.         \setsubheadbnumber┼ 0╠
  14.         \setsubheadcnumber┼ 0╠
  15.         \setsubheaddnumber┼ 0╠
  16.         \setfigurenumber┼ 0╠
  17.         \settablenumber┼ 0╠
  18.         ╠
  19.   \incontents┼ yes╠
  20.  
  21. Abbreviation:  π|\apfπ%
  22.  
  23. Parameters:    π|submarkupπ%
  24.  
  25. Submarkup:     π|\numberingstyle, \titleformat, \incontentsπ%
  26.  
  27.     π|Description:π%
  28. The  \appendixformat markup  allows you  to modify  the default  markup that
  29. controls the appearance of the appendix title.  The submarkup is described.
  30.  
  31. \numberingstyle   allows you to change  the style from  capital letters, the
  32. default, to Arabic numerals (1) or roman numerals (I).
  33.  
  34.     π|Example:π%
  35.  
  36. \appendixformat┼ \numberingstyle┼ I╠╠
  37. \appendix┼ Glossary╠
  38.  
  39. If this were the fourth appendix, it would print as:
  40. +-----------------------------------------------------------------------------+
  41. |                                                                             |
  42. |                                 Appendix IV                                 |
  43. |                                  Glossary                                   |
  44. |                                                                             |
  45. +-----------------------------------------------------------------------------+
  46.  
  47. \titleformat┼Nested Markup╠   controls the appearance  of the appendix title
  48. banner.   You may use markup such as  \newpage, \verticalspace, and \center-
  49. line within \titleformat as Nested Markup.   Other markup you may use within
  50. or outside of \appendixformat:
  51.  
  52.   * \appendixnumberprints the most recent appendix number.
  53.  
  54.   * \appendixtitleprints the most recent appendix title.
  55.  
  56. \incontents  determines whether the  appendix title is to be included in the
  57. contents.   The default can be  changed to no to  inhibit the appendix title
  58. from being included in the contents.  See the second example below.
  59.  
  60.     π|Example:π%
  61. In this example,  the appendix starts  a new page, the  number and title are
  62. centered in bold, and one line is skipped afterwards.
  63.  
  64. \appendixformat┼ \numberingstyle┼ 1╠
  65.     \titleformat┼ \dumpinsertseject
  66.       \cl┼ \bd \appendixnumber. \appendixtitle╠
  67.       \vs┼ 1\bl╠
  68.                ╠
  69.     \incontents┼ yes╠
  70.             ╠
  71. \app┼ Glossary╠
  72.  
  73. This would print the fourth appendix as:
  74. +-----------------------------------------------------------------------------+
  75. |                                                                             |
  76. |                                4.  Glossary                                 |
  77. |                                                                             |
  78. +-----------------------------------------------------------------------------+
  79.  
  80.     π|Example:π%
  81. In  this  example,  the  appendix  starts  a  new  page  (instead  of  using
  82. \dumpinsertseject,  skips  down the  page  2 inches,  centers  the  title in
  83. italics, and skips one line.  The title is not put in contents.
  84.  
  85. \appendixformat┼
  86.     \titleformat┼ \newpage
  87.       \vsk┼ 2in╠
  88.       \cl┼ \it \appendixtitle╠
  89.       \vs┼ 1\bl╠╠
  90.     \incontents┼ no╠ ╠
  91. \app┼ Glossary╠
  92.  
  93. This would print the fourth appendix as:
  94.  
  95. +-----------------------------------------------------------------------------+
  96. |                                                                             |
  97. |                                  Glossary                                   |
  98. +-----------------------------------------------------------------------------+
  99.  
  100.     π|Notes:π%
  101. The \appendixformat  markup must come  after the \monospace  markup, if both
  102. are used.
  103.